python language造句
例句与造句
- for information about continuations in the python language
获取python语言中有关延续的信息。 - i will present an example from the python language standard library
我将提供一个python语言标准库中的示例。 - downloads, late developments, and documentation for the python language can be found at the
上找到有关python语言的下载、最新开发和文档。 - as an example, imagine that you re writing a document that uses the python language code in listing 1
比方说,假设您撰写的文档中要包含清单1所示的python语言代码。 - jython is an implementation of the python language; if you plan to use jython, you will want to be familiar with the documentation and other resources hosted at
jython是python语言的实现;如果您计划使用jython,那么要熟悉 - It's difficult to find python language in a sentence. 用python language造句挺难的
- however, in choosing to use jython, you are able to bring to bear the entire python language and runtime against your problem of choosing which tests to execute
不过,如果选择使用jython,就可以利用整个python语言和运行时来解决选择执行哪些测试的问题。 - this tutorial teaches the basics of a grid design and how different components of the python language can be used to support the design through its various stages
本教程介绍基本的设计知识,构成系统的各种不同组件,以及用于构建系统基础框架时的不同python模块和系统。 - other articles discussed the conditional and looping features of the python language and how they work together with the container data types to simplify programming tasks
其他文章讨论了python语言的条件和循环特性,以及它们如何与容器数据类型进行协作来简化编程任务。 - in this first installment in the series, i ll focus on jython, a scripting language that combines the ease of use of the python language with the power and flexibility of the java runtime environment
在本系列的第一期中,我将侧重于jython,这是一种结合了python语言的易用性和javaruntimeenvironment的强大和灵活性的脚本语言。 - unlike many other programming languages, the python language does not include a special data type to handle a single character, such as " a " or " z . " in contrast, python takes a different approach : it uses a class designed especially for holding sequences of characters
与许多其他编程语言不同,python语言不包括用于处理单一字符(例如“a”或“z”)的特殊数据类型。相反,python使用了其他方法:它使用专为保持字符序列而设计的类。